object Form9: TForm9 Left = 142 Top = 135 ActiveControl = Button1 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = 'File dependencies' ClientHeight = 200 ClientWidth = 422 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 16 Top = 8 Width = 121 Height = 145 Caption = 'Files to list' TabOrder = 0 object CheckBox1: TCheckBox Left = 16 Top = 24 Width = 73 Height = 17 Caption = 'HTML files' State = cbChecked TabOrder = 0 end object CheckBox2: TCheckBox Left = 16 Top = 56 Width = 73 Height = 17 Caption = 'Image Files' State = cbChecked TabOrder = 1 end object CheckBox3: TCheckBox Left = 16 Top = 88 Width = 73 Height = 17 Caption = 'Other files' State = cbChecked TabOrder = 2 end object CheckBox4: TCheckBox Left = 16 Top = 120 Width = 97 Height = 17 Caption = 'Local files only' State = cbChecked TabOrder = 3 end end object Memo1: TMemo Left = 152 Top = 16 Width = 257 Height = 137 ReadOnly = True ScrollBars = ssBoth TabOrder = 1 end object Button1: TButton Left = 32 Top = 168 Width = 65 Height = 23 Caption = 'Start' Default = True TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 336 Top = 168 Width = 65 Height = 23 Cancel = True Caption = 'Close' TabOrder = 3 OnClick = Button2Click end object Button3: TButton Left = 240 Top = 168 Width = 65 Height = 23 Caption = 'Help' TabOrder = 4 OnClick = Button3Click end end